Html Css Color HEX #C67419 Ochre

📋 copy color: '#C67419'

red 198 ◦ green 116 ◦ blue 25

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

Shades of Ochre #C67419

Tints of Ochre #C67419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 58.41%
G = 34.22%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C67419 (or 0xC67419) is known color: Ochre. HEX triplet: C6, 74 and 19. RGB value is (198,116,25). Sum of RGB (Red+Green+Blue) = 198+116+25=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C67419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67419 is #398BE6. Grayscale: #828282. Windows color (decimal): -3771367 or 1668294. OLE color: 1668294.

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

Color convert

RGB 198 116 25 -
CMYK 0 0.41 0.87 0.22
HSL 31.56º 0.78% 0.44% -
HSV(B) 31.56º 0.87% 0.78% -
XYZ 29.71 24.57 4.1 -
YUV 130.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 198 116 25 0 0.41 0.87 0.22 31.56 0.78 0.44
Hex C6 74 19 0 29 57 16 20 4E 2C
Octal 306 164 31 0 51 127 26 40 116 54
Binary 11000110 1110100 11001 0 101001 1010111 10110 100000 1001110 101100

Color Harmonies of #C67419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67419

Black with #C67419

Text Example


Text Example

White with #C67419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67419; }

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

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

background-color css

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

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

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

border-color css

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

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

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