Html Css Color HEX #C6772C Ochre

📋 copy color: '#C6772C'

red 198 ◦ green 119 ◦ blue 44

#C6772C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C6772C

Tints of Ochre #C6772C

RGB

 RED value IS 198 (77.73% from 255) = 54.85%

 GREEN value IS 119 (46.88% from 255) = 32.96%

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 54.85%
G = 32.96%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6772C (or 0xC6772C) is known color: Ochre. HEX triplet: C6, 77 and 2C. RGB value is (198,119,44). Sum of RGB (Red+Green+Blue) = 198+119+44=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6772C is #3988D3. Grayscale: #868686. Windows color (decimal): -3770580 or 2914246. OLE color: 2914246.

HSL color Cylindrical-coordinate representation of color #C6772C: hue angle of 29.22º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6772C is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 119 44 -
CMYK 0 0.40 0.78 0.22
HSL 29.22º 0.64% 0.47% -
HSV(B) 29.22º 0.78% 0.78% -
XYZ 30.34 25.38 5.68 -
YUV 134.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 198 119 44 0 0.40 0.78 0.22 29.22 0.64 0.47
Hex C6 77 2C 0 28 4E 16 1D 40 2F
Octal 306 167 54 0 50 116 26 35 100 57
Binary 11000110 1110111 101100 0 101000 1001110 10110 11101 1000000 101111

Color Harmonies of #C6772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6772C

Black with #C6772C

Text Example


Text Example

White with #C6772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6772C; }

 p { color: rgb(198,119,44); }

 H1.HeaderClassName
 {
   color: #C6772C;
 }
 .AnyTagClassName
 {
   color: #C6772C;
 }
</style>

background-color css

<style>
 a { background-color: #C6772C; }

 a { background-color: rgb(198,119,44); }

 div.DivClassName
 {
   background-color: #C6772C;
 }
 .BgClassName
 {
   background-color: #C6772C;
 }
</style>

border-color css

<style>
 span { border-color: #C6772C; }

 span { border-color: rgb(198,119,44); }

 td.TdClassName
 {
   border-color: #C6772C;
 }
 .TagClassName
 {
   border-color: #C6772C;
 }
</style>