Html Css Color HEX #C68119 Ochre

📋 copy color: '#C68119'

red 198 ◦ green 129 ◦ blue 25

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

Shades of Ochre #C68119

Tints of Ochre #C68119

RGB

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

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

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

R = 56.25%
G = 36.65%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C68119 (or 0xC68119) is known color: Ochre. HEX triplet: C6, 81 and 19. RGB value is (198,129,25). Sum of RGB (Red+Green+Blue) = 198+129+25=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C68119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68119 is #397EE6. Grayscale: #8A8A8A. Windows color (decimal): -3768039 or 1671622. OLE color: 1671622.

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

Color convert

RGB 198 129 25 -
CMYK 0 0.35 0.87 0.22
HSL 36.07º 0.78% 0.44% -
HSV(B) 36.07º 0.87% 0.78% -
XYZ 31.31 27.78 4.63 -
YUV 137.78 64.36 170.96 -
System Red Green Blue C M Y K H S L
Decimal 198 129 25 0 0.35 0.87 0.22 36.07 0.78 0.44
Hex C6 81 19 0 23 57 16 24 4E 2C
Octal 306 201 31 0 43 127 26 44 116 54
Binary 11000110 10000001 11001 0 100011 1010111 10110 100100 1001110 101100

Color Harmonies of #C68119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68119

Black with #C68119

Text Example


Text Example

White with #C68119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68119; }

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

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

background-color css

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

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

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

border-color css

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

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

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