Html Css Color HEX #C67625 Ochre

📋 copy color: '#C67625'

red 198 ◦ green 118 ◦ blue 37

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

Shades of Ochre #C67625

Tints of Ochre #C67625

RGB

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

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

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

R = 56.09%
G = 33.43%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C67625 (or 0xC67625) is known color: Ochre. HEX triplet: C6, 76 and 25. RGB value is (198,118,37). Sum of RGB (Red+Green+Blue) = 198+118+37=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C67625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67625 is #3989DA. Grayscale: #858585. Windows color (decimal): -3770843 or 2455238. OLE color: 2455238.

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

Color convert

RGB 198 118 37 -
CMYK 0 0.40 0.81 0.22
HSL 30.19º 0.69% 0.46% -
HSV(B) 30.19º 0.81% 0.78% -
XYZ 30.1 25.1 5.01 -
YUV 132.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 198 118 37 0 0.40 0.81 0.22 30.19 0.69 0.46
Hex C6 76 25 0 28 51 16 1E 45 2E
Octal 306 166 45 0 50 121 26 36 105 56
Binary 11000110 1110110 100101 0 101000 1010001 10110 11110 1000101 101110

Color Harmonies of #C67625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67625

Black with #C67625

Text Example


Text Example

White with #C67625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67625; }

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

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

background-color css

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

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

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

border-color css

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

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

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