Html Css Color HEX #C67718 Ochre

📋 copy color: '#C67718'

red 198 ◦ green 119 ◦ blue 24

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

Shades of Ochre #C67718

Tints of Ochre #C67718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 58.06%
G = 34.9%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C67718 (or 0xC67718) is known color: Ochre. HEX triplet: C6, 77 and 18. RGB value is (198,119,24). Sum of RGB (Red+Green+Blue) = 198+119+24=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C67718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67718 is #3988E7. Grayscale: #848484. Windows color (decimal): -3770600 or 1603526. OLE color: 1603526.

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

Color convert

RGB 198 119 24 -
CMYK 0 0.40 0.88 0.22
HSL 32.76º 0.78% 0.44% -
HSV(B) 32.76º 0.88% 0.78% -
XYZ 30.05 25.27 4.16 -
YUV 131.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 198 119 24 0 0.40 0.88 0.22 32.76 0.78 0.44
Hex C6 77 18 0 28 58 16 21 4E 2C
Octal 306 167 30 0 50 130 26 41 116 54
Binary 11000110 1110111 11000 0 101000 1011000 10110 100001 1001110 101100

Color Harmonies of #C67718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67718

Black with #C67718

Text Example


Text Example

White with #C67718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67718; }

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

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

background-color css

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

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

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

border-color css

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

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

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