Html Css Color HEX #C67325 Ochre

📋 copy color: '#C67325'

red 198 ◦ green 115 ◦ blue 37

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

Shades of Ochre #C67325

Tints of Ochre #C67325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 56.57%
G = 32.86%
B = 10.57%

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

#C67325 (or 0xC67325) is known color: Ochre. HEX triplet: C6, 73 and 25. RGB value is (198,115,37). Sum of RGB (Red+Green+Blue) = 198+115+37=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C67325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67325 is #398CDA. Grayscale: #838383. Windows color (decimal): -3771611 or 2454470. OLE color: 2454470.

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

Color convert

RGB 198 115 37 -
CMYK 0 0.42 0.81 0.22
HSL 29.07º 0.69% 0.46% -
HSV(B) 29.07º 0.81% 0.78% -
XYZ 29.75 24.4 4.89 -
YUV 130.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 198 115 37 0 0.42 0.81 0.22 29.07 0.69 0.46
Hex C6 73 25 0 2A 51 16 1D 45 2E
Octal 306 163 45 0 52 121 26 35 105 56
Binary 11000110 1110011 100101 0 101010 1010001 10110 11101 1000101 101110

Color Harmonies of #C67325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67325

Black with #C67325

Text Example


Text Example

White with #C67325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67325; }

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

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

background-color css

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

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

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

border-color css

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

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

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