Html Css Color HEX #C68118 Ochre

📋 copy color: '#C68118'

red 198 ◦ green 129 ◦ blue 24

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

Shades of Ochre #C68118

Tints of Ochre #C68118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

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

R = 56.41%
G = 36.75%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C68118 (or 0xC68118) is known color: Ochre. HEX triplet: C6, 81 and 18. RGB value is (198,129,24). Sum of RGB (Red+Green+Blue) = 198+129+24=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C68118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68118 is #397EE7. Grayscale: #8A8A8A. Windows color (decimal): -3768040 or 1606086. OLE color: 1606086.

HSL color Cylindrical-coordinate representation of color #C68118: hue angle of 36.21º 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 #C68118 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 24 -
CMYK 0 0.35 0.88 0.22
HSL 36.21º 0.78% 0.44% -
HSV(B) 36.21º 0.88% 0.78% -
XYZ 31.3 27.77 4.57 -
YUV 137.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 198 129 24 0 0.35 0.88 0.22 36.21 0.78 0.44
Hex C6 81 18 0 23 58 16 24 4E 2C
Octal 306 201 30 0 43 130 26 44 116 54
Binary 11000110 10000001 11000 0 100011 1011000 10110 100100 1001110 101100

Color Harmonies of #C68118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68118

Black with #C68118

Text Example


Text Example

White with #C68118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68118; }

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

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

background-color css

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

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

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

border-color css

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

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

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