Html Css Color HEX #C68217 Ochre

📋 copy color: '#C68217'

red 198 ◦ green 130 ◦ blue 23

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

Shades of Ochre #C68217

Tints of Ochre #C68217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

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

R = 56.41%
G = 37.04%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C68217 (or 0xC68217) is known color: Ochre. HEX triplet: C6, 82 and 17. RGB value is (198,130,23). Sum of RGB (Red+Green+Blue) = 198+130+23=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C68217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68217 is #397DE8. Grayscale: #8A8A8A. Windows color (decimal): -3767785 or 1540806. OLE color: 1540806.

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

Color convert

RGB 198 130 23 -
CMYK 0 0.34 0.88 0.22
HSL 36.69º 0.79% 0.43% -
HSV(B) 36.69º 0.88% 0.78% -
XYZ 31.43 28.03 4.57 -
YUV 138.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 198 130 23 0 0.34 0.88 0.22 36.69 0.79 0.43
Hex C6 82 17 0 22 58 16 25 4F 2B
Octal 306 202 27 0 42 130 26 45 117 53
Binary 11000110 10000010 10111 0 100010 1011000 10110 100101 1001111 101011

Color Harmonies of #C68217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68217

Black with #C68217

Text Example


Text Example

White with #C68217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68217; }

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

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

background-color css

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

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

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

border-color css

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

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

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