Html Css Color HEX #C67225 Ochre

📋 copy color: '#C67225'

red 198 ◦ green 114 ◦ blue 37

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

Shades of Ochre #C67225

Tints of Ochre #C67225

RGB

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

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

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

R = 56.73%
G = 32.66%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C67225 (or 0xC67225) is known color: Ochre. HEX triplet: C6, 72 and 25. RGB value is (198,114,37). Sum of RGB (Red+Green+Blue) = 198+114+37=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C67225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67225 is #398DDA. Grayscale: #828282. Windows color (decimal): -3771867 or 2454214. OLE color: 2454214.

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

Color convert

RGB 198 114 37 -
CMYK 0 0.42 0.81 0.22
HSL 28.7º 0.69% 0.46% -
HSV(B) 28.7º 0.81% 0.78% -
XYZ 29.64 24.17 4.85 -
YUV 130.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 198 114 37 0 0.42 0.81 0.22 28.7 0.69 0.46
Hex C6 72 25 0 2A 51 16 1D 45 2E
Octal 306 162 45 0 52 121 26 35 105 56
Binary 11000110 1110010 100101 0 101010 1010001 10110 11101 1000101 101110

Color Harmonies of #C67225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67225

Black with #C67225

Text Example


Text Example

White with #C67225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67225; }

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

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

background-color css

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

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

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

border-color css

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

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

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