Html Css Color HEX #C67825 Ochre

📋 copy color: '#C67825'

red 198 ◦ green 120 ◦ blue 37

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

Shades of Ochre #C67825

Tints of Ochre #C67825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 55.77%
G = 33.8%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C67825 (or 0xC67825) is known color: Ochre. HEX triplet: C6, 78 and 25. RGB value is (198,120,37). Sum of RGB (Red+Green+Blue) = 198+120+37=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C67825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67825 is #3987DA. Grayscale: #868686. Windows color (decimal): -3770331 or 2455750. OLE color: 2455750.

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

Color convert

RGB 198 120 37 -
CMYK 0 0.39 0.81 0.22
HSL 30.93º 0.69% 0.46% -
HSV(B) 30.93º 0.81% 0.78% -
XYZ 30.34 25.57 5.09 -
YUV 133.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 198 120 37 0 0.39 0.81 0.22 30.93 0.69 0.46
Hex C6 78 25 0 27 51 16 1F 45 2E
Octal 306 170 45 0 47 121 26 37 105 56
Binary 11000110 1111000 100101 0 100111 1010001 10110 11111 1000101 101110

Color Harmonies of #C67825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67825

Black with #C67825

Text Example


Text Example

White with #C67825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67825; }

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

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

background-color css

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

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

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

border-color css

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

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

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