Html Css Color HEX #756D1C Olivetone

📋 copy color: '#756D1C'

red 117 ◦ green 109 ◦ blue 28

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

Shades of Olivetone #756D1C

Tints of Olivetone #756D1C

RGB

 RED value IS 117 (46.09% from 255) = 46.06%

 GREEN value IS 109 (42.97% from 255) = 42.91%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 46.06%
G = 42.91%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#756D1C (or 0x756D1C) is known color: Olivetone. HEX triplet: 75, 6D and 1C. RGB value is (117,109,28). Sum of RGB (Red+Green+Blue) = 117+109+28=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #756D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D1C is #8A92E3. Grayscale: #666666. Windows color (decimal): -9081572 or 1863029. OLE color: 1863029.

HSL color Cylindrical-coordinate representation of color #756D1C: hue angle of 54.61º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #756D1C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 28 -
CMYK 0 0.07 0.76 0.54
HSL 54.61º 0.61% 0.28% -
HSV(B) 54.61º 0.76% 0.46% -
XYZ 13.01 14.8 3.27 -
YUV 102.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 117 109 28 0 0.07 0.76 0.54 54.61 0.61 0.28
Hex 75 6D 1C 0 7 4C 36 37 3D 1C
Octal 165 155 34 0 7 114 66 67 75 34
Binary 1110101 1101101 11100 0 111 1001100 110110 110111 111101 11100

Color Harmonies of #756D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D1C

Black with #756D1C

Text Example


Text Example

White with #756D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D1C; }

 p { color: rgb(117,109,28); }

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

background-color css

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

 a { background-color: rgb(117,109,28); }

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

border-color css

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

 span { border-color: rgb(117,109,28); }

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