Html Css Color HEX #C68318 Ochre

📋 copy color: '#C68318'

red 198 ◦ green 131 ◦ blue 24

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

Shades of Ochre #C68318

Tints of Ochre #C68318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 56.09%
G = 37.11%
B = 6.8%

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

#C68318 (or 0xC68318) is known color: Ochre. HEX triplet: C6, 83 and 18. RGB value is (198,131,24). Sum of RGB (Red+Green+Blue) = 198+131+24=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C68318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68318 is #397CE7. Grayscale: #8B8B8B. Windows color (decimal): -3767528 or 1606598. OLE color: 1606598.

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

Color convert

RGB 198 131 24 -
CMYK 0 0.34 0.88 0.22
HSL 36.9º 0.78% 0.44% -
HSV(B) 36.9º 0.88% 0.78% -
XYZ 31.57 28.3 4.66 -
YUV 138.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 198 131 24 0 0.34 0.88 0.22 36.9 0.78 0.44
Hex C6 83 18 0 22 58 16 25 4E 2C
Octal 306 203 30 0 42 130 26 45 116 54
Binary 11000110 10000011 11000 0 100010 1011000 10110 100101 1001110 101100

Color Harmonies of #C68318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68318

Black with #C68318

Text Example


Text Example

White with #C68318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68318; }

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

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

background-color css

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

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

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

border-color css

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

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

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