Html Css Color HEX #C67619 Ochre

📋 copy color: '#C67619'

red 198 ◦ green 118 ◦ blue 25

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

Shades of Ochre #C67619

Tints of Ochre #C67619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 58.06%
G = 34.6%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C67619 (or 0xC67619) is known color: Ochre. HEX triplet: C6, 76 and 19. RGB value is (198,118,25). Sum of RGB (Red+Green+Blue) = 198+118+25=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C67619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67619 is #3989E6. Grayscale: #838383. Windows color (decimal): -3770855 or 1668806. OLE color: 1668806.

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

Color convert

RGB 198 118 25 -
CMYK 0 0.40 0.87 0.22
HSL 32.25º 0.78% 0.44% -
HSV(B) 32.25º 0.87% 0.78% -
XYZ 29.94 25.03 4.17 -
YUV 131.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 198 118 25 0 0.40 0.87 0.22 32.25 0.78 0.44
Hex C6 76 19 0 28 57 16 20 4E 2C
Octal 306 166 31 0 50 127 26 40 116 54
Binary 11000110 1110110 11001 0 101000 1010111 10110 100000 1001110 101100

Color Harmonies of #C67619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67619

Black with #C67619

Text Example


Text Example

White with #C67619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67619; }

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

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

background-color css

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

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

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

border-color css

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

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

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