Html Css Color HEX #C67025 Ochre

📋 copy color: '#C67025'

red 198 ◦ green 112 ◦ blue 37

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

Shades of Ochre #C67025

Tints of Ochre #C67025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

 BLUE value IS 37 (14.84% from 255) = 10.66%

R = 57.06%
G = 32.28%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C67025 (or 0xC67025) is known color: Ochre. HEX triplet: C6, 70 and 25. RGB value is (198,112,37). Sum of RGB (Red+Green+Blue) = 198+112+37=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C67025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67025 is #398FDA. Grayscale: #818181. Windows color (decimal): -3772379 or 2453702. OLE color: 2453702.

HSL color Cylindrical-coordinate representation of color #C67025: hue angle of 27.95º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C67025 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 37 -
CMYK 0 0.43 0.81 0.22
HSL 27.95º 0.69% 0.46% -
HSV(B) 27.95º 0.81% 0.78% -
XYZ 29.42 23.73 4.78 -
YUV 129.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 198 112 37 0 0.43 0.81 0.22 27.95 0.69 0.46
Hex C6 70 25 0 2B 51 16 1C 45 2E
Octal 306 160 45 0 53 121 26 34 105 56
Binary 11000110 1110000 100101 0 101011 1010001 10110 11100 1000101 101110

Color Harmonies of #C67025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67025

Black with #C67025

Text Example


Text Example

White with #C67025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67025; }

 p { color: rgb(198,112,37); }

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

background-color css

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

 a { background-color: rgb(198,112,37); }

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

border-color css

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

 span { border-color: rgb(198,112,37); }

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