Html Css Color HEX #C68418 Ochre

📋 copy color: '#C68418'

red 198 ◦ green 132 ◦ blue 24

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

Shades of Ochre #C68418

Tints of Ochre #C68418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 55.93%
G = 37.29%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C68418 (or 0xC68418) is known color: Ochre. HEX triplet: C6, 84 and 18. RGB value is (198,132,24). Sum of RGB (Red+Green+Blue) = 198+132+24=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C68418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68418 is #397BE7. Grayscale: #8B8B8B. Windows color (decimal): -3767272 or 1606854. OLE color: 1606854.

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

Color convert

RGB 198 132 24 -
CMYK 0 0.33 0.88 0.22
HSL 37.24º 0.78% 0.44% -
HSV(B) 37.24º 0.88% 0.78% -
XYZ 31.7 28.57 4.71 -
YUV 139.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 198 132 24 0 0.33 0.88 0.22 37.24 0.78 0.44
Hex C6 84 18 0 21 58 16 25 4E 2C
Octal 306 204 30 0 41 130 26 45 116 54
Binary 11000110 10000100 11000 0 100001 1011000 10110 100101 1001110 101100

Color Harmonies of #C68418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68418

Black with #C68418

Text Example


Text Example

White with #C68418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68418; }

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

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

background-color css

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

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

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

border-color css

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

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

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