Html Css Color HEX #C67819 Ochre

📋 copy color: '#C67819'

red 198 ◦ green 120 ◦ blue 25

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

Shades of Ochre #C67819

Tints of Ochre #C67819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

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

R = 57.73%
G = 34.99%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C67819 (or 0xC67819) is known color: Ochre. HEX triplet: C6, 78 and 19. RGB value is (198,120,25). Sum of RGB (Red+Green+Blue) = 198+120+25=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C67819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67819 is #3987E6. Grayscale: #848484. Windows color (decimal): -3770343 or 1669318. OLE color: 1669318.

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

Color convert

RGB 198 120 25 -
CMYK 0 0.39 0.87 0.22
HSL 32.95º 0.78% 0.44% -
HSV(B) 32.95º 0.87% 0.78% -
XYZ 30.18 25.51 4.25 -
YUV 132.49 67.34 174.72 -
System Red Green Blue C M Y K H S L
Decimal 198 120 25 0 0.39 0.87 0.22 32.95 0.78 0.44
Hex C6 78 19 0 27 57 16 21 4E 2C
Octal 306 170 31 0 47 127 26 41 116 54
Binary 11000110 1111000 11001 0 100111 1010111 10110 100001 1001110 101100

Color Harmonies of #C67819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67819

Black with #C67819

Text Example


Text Example

White with #C67819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67819; }

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

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

background-color css

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

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

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

border-color css

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

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

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