Html Css Color HEX #C67219 Ochre

📋 copy color: '#C67219'

red 198 ◦ green 114 ◦ blue 25

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

Shades of Ochre #C67219

Tints of Ochre #C67219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 58.75%
G = 33.83%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C67219 (or 0xC67219) is known color: Ochre. HEX triplet: C6, 72 and 19. RGB value is (198,114,25). Sum of RGB (Red+Green+Blue) = 198+114+25=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C67219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67219 is #398DE6. Grayscale: #818181. Windows color (decimal): -3771879 or 1667782. OLE color: 1667782.

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

Color convert

RGB 198 114 25 -
CMYK 0 0.42 0.87 0.22
HSL 30.87º 0.78% 0.44% -
HSV(B) 30.87º 0.87% 0.78% -
XYZ 29.48 24.11 4.02 -
YUV 128.97 69.33 177.24 -
System Red Green Blue C M Y K H S L
Decimal 198 114 25 0 0.42 0.87 0.22 30.87 0.78 0.44
Hex C6 72 19 0 2A 57 16 1F 4E 2C
Octal 306 162 31 0 52 127 26 37 116 54
Binary 11000110 1110010 11001 0 101010 1010111 10110 11111 1001110 101100

Color Harmonies of #C67219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67219

Black with #C67219

Text Example


Text Example

White with #C67219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67219; }

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

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

background-color css

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

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

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

border-color css

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

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

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