Html Css Color HEX #C68319 Ochre

📋 copy color: '#C68319'

red 198 ◦ green 131 ◦ blue 25

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

Shades of Ochre #C68319

Tints of Ochre #C68319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.06%

R = 55.93%
G = 37.01%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C68319 (or 0xC68319) is known color: Ochre. HEX triplet: C6, 83 and 19. RGB value is (198,131,25). Sum of RGB (Red+Green+Blue) = 198+131+25=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C68319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68319 is #397CE6. Grayscale: #8B8B8B. Windows color (decimal): -3767527 or 1672134. OLE color: 1672134.

HSL color Cylindrical-coordinate representation of color #C68319: hue angle of 36.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C68319 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 25 -
CMYK 0 0.34 0.87 0.22
HSL 36.76º 0.78% 0.44% -
HSV(B) 36.76º 0.87% 0.78% -
XYZ 31.58 28.31 4.72 -
YUV 138.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 198 131 25 0 0.34 0.87 0.22 36.76 0.78 0.44
Hex C6 83 19 0 22 57 16 25 4E 2C
Octal 306 203 31 0 42 127 26 45 116 54
Binary 11000110 10000011 11001 0 100010 1010111 10110 100101 1001110 101100

Color Harmonies of #C68319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68319

Black with #C68319

Text Example


Text Example

White with #C68319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68319; }

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

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

background-color css

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

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

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

border-color css

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

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

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