Html Css Color HEX #C67720 Ochre

📋 copy color: '#C67720'

red 198 ◦ green 119 ◦ blue 32

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

Shades of Ochre #C67720

Tints of Ochre #C67720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 56.73%
G = 34.1%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C67720 (or 0xC67720) is known color: Ochre. HEX triplet: C6, 77 and 20. RGB value is (198,119,32). Sum of RGB (Red+Green+Blue) = 198+119+32=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C67720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67720 is #3988DF. Grayscale: #858585. Windows color (decimal): -3770592 or 2127814. OLE color: 2127814.

HSL color Cylindrical-coordinate representation of color #C67720: hue angle of 31.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C67720 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 119 32 -
CMYK 0 0.40 0.84 0.22
HSL 31.45º 0.72% 0.45% -
HSV(B) 31.45º 0.84% 0.78% -
XYZ 30.15 25.3 4.66 -
YUV 132.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 198 119 32 0 0.40 0.84 0.22 31.45 0.72 0.45
Hex C6 77 20 0 28 54 16 1F 48 2D
Octal 306 167 40 0 50 124 26 37 110 55
Binary 11000110 1110111 100000 0 101000 1010100 10110 11111 1001000 101101

Color Harmonies of #C67720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67720

Black with #C67720

Text Example


Text Example

White with #C67720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67720; }

 p { color: rgb(198,119,32); }

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

background-color css

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

 a { background-color: rgb(198,119,32); }

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

border-color css

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

 span { border-color: rgb(198,119,32); }

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