Html Css Color HEX #C6752A Ochre

📋 copy color: '#C6752A'

red 198 ◦ green 117 ◦ blue 42

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

Shades of Ochre #C6752A

Tints of Ochre #C6752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 55.46%
G = 32.77%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6752A (or 0xC6752A) is known color: Ochre. HEX triplet: C6, 75 and 2A. RGB value is (198,117,42). Sum of RGB (Red+Green+Blue) = 198+117+42=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6752A is #398AD5. Grayscale: #858585. Windows color (decimal): -3771094 or 2782662. OLE color: 2782662.

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

Color convert

RGB 198 117 42 -
CMYK 0 0.41 0.79 0.22
HSL 28.85º 0.65% 0.47% -
HSV(B) 28.85º 0.79% 0.78% -
XYZ 30.07 24.9 5.41 -
YUV 132.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 198 117 42 0 0.41 0.79 0.22 28.85 0.65 0.47
Hex C6 75 2A 0 29 4F 16 1D 41 2F
Octal 306 165 52 0 51 117 26 35 101 57
Binary 11000110 1110101 101010 0 101001 1001111 10110 11101 1000001 101111

Color Harmonies of #C6752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6752A

Black with #C6752A

Text Example


Text Example

White with #C6752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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