Html Css Color HEX #C68017 Ochre

📋 copy color: '#C68017'

red 198 ◦ green 128 ◦ blue 23

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

Shades of Ochre #C68017

Tints of Ochre #C68017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

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

R = 56.73%
G = 36.68%
B = 6.59%

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

#C68017 (or 0xC68017) is known color: Ochre. HEX triplet: C6, 80 and 17. RGB value is (198,128,23). Sum of RGB (Red+Green+Blue) = 198+128+23=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C68017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68017 is #397FE8. Grayscale: #898989. Windows color (decimal): -3768297 or 1540294. OLE color: 1540294.

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

Color convert

RGB 198 128 23 -
CMYK 0 0.35 0.88 0.22
HSL 36º 0.79% 0.43% -
HSV(B) 36º 0.88% 0.78% -
XYZ 31.16 27.51 4.48 -
YUV 136.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 198 128 23 0 0.35 0.88 0.22 36 0.79 0.43
Hex C6 80 17 0 23 58 16 24 4F 2B
Octal 306 200 27 0 43 130 26 44 117 53
Binary 11000110 10000000 10111 0 100011 1011000 10110 100100 1001111 101011

Color Harmonies of #C68017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68017

Black with #C68017

Text Example


Text Example

White with #C68017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68017; }

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

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

background-color css

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

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

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

border-color css

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

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

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