Html Css Color HEX #C6752B Ochre

📋 copy color: '#C6752B'

red 198 ◦ green 117 ◦ blue 43

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

Shades of Ochre #C6752B

Tints of Ochre #C6752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 55.31%
G = 32.68%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6752B (or 0xC6752B) is known color: Ochre. HEX triplet: C6, 75 and 2B. RGB value is (198,117,43). Sum of RGB (Red+Green+Blue) = 198+117+43=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6752B is #398AD4. Grayscale: #858585. Windows color (decimal): -3771093 or 2848198. OLE color: 2848198.

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

Color convert

RGB 198 117 43 -
CMYK 0 0.41 0.78 0.22
HSL 28.65º 0.64% 0.47% -
HSV(B) 28.65º 0.78% 0.78% -
XYZ 30.09 24.9 5.51 -
YUV 132.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 198 117 43 0 0.41 0.78 0.22 28.65 0.64 0.47
Hex C6 75 2B 0 29 4E 16 1D 40 2F
Octal 306 165 53 0 51 116 26 35 100 57
Binary 11000110 1110101 101011 0 101001 1001110 10110 11101 1000000 101111

Color Harmonies of #C6752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6752B

Black with #C6752B

Text Example


Text Example

White with #C6752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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