Html Css Color HEX #C6732A Ochre

📋 copy color: '#C6732A'

red 198 ◦ green 115 ◦ blue 42

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

Shades of Ochre #C6732A

Tints of Ochre #C6732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.83%

R = 55.77%
G = 32.39%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6732A (or 0xC6732A) is known color: Ochre. HEX triplet: C6, 73 and 2A. RGB value is (198,115,42). Sum of RGB (Red+Green+Blue) = 198+115+42=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6732A is #398CD5. Grayscale: #838383. Windows color (decimal): -3771606 or 2782150. OLE color: 2782150.

HSL color Cylindrical-coordinate representation of color #C6732A: hue angle of 28.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6732A is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 115 42 -
CMYK 0 0.42 0.79 0.22
HSL 28.08º 0.65% 0.47% -
HSV(B) 28.08º 0.79% 0.78% -
XYZ 29.84 24.43 5.33 -
YUV 131.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 198 115 42 0 0.42 0.79 0.22 28.08 0.65 0.47
Hex C6 73 2A 0 2A 4F 16 1C 41 2F
Octal 306 163 52 0 52 117 26 34 101 57
Binary 11000110 1110011 101010 0 101010 1001111 10110 11100 1000001 101111

Color Harmonies of #C6732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6732A

Black with #C6732A

Text Example


Text Example

White with #C6732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6732A; }

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

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

background-color css

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

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

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

border-color css

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

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

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