Html Css Color HEX #C68117 Ochre

📋 copy color: '#C68117'

red 198 ◦ green 129 ◦ blue 23

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

Shades of Ochre #C68117

Tints of Ochre #C68117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.57%

R = 56.57%
G = 36.86%
B = 6.57%

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

#C68117 (or 0xC68117) is known color: Ochre. HEX triplet: C6, 81 and 17. RGB value is (198,129,23). Sum of RGB (Red+Green+Blue) = 198+129+23=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C68117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68117 is #397EE8. Grayscale: #8A8A8A. Windows color (decimal): -3768041 or 1540550. OLE color: 1540550.

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

Color convert

RGB 198 129 23 -
CMYK 0 0.35 0.88 0.22
HSL 36.34º 0.79% 0.43% -
HSV(B) 36.34º 0.88% 0.78% -
XYZ 31.29 27.77 4.52 -
YUV 137.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 198 129 23 0 0.35 0.88 0.22 36.34 0.79 0.43
Hex C6 81 17 0 23 58 16 24 4F 2B
Octal 306 201 27 0 43 130 26 44 117 53
Binary 11000110 10000001 10111 0 100011 1011000 10110 100100 1001111 101011

Color Harmonies of #C68117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68117

Black with #C68117

Text Example


Text Example

White with #C68117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68117; }

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

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

background-color css

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

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

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

border-color css

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

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

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