Html Css Color HEX #766B24 Olivetone

📋 copy color: '#766B24'

red 118 ◦ green 107 ◦ blue 36

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

Shades of Olivetone #766B24

Tints of Olivetone #766B24

RGB

 RED value IS 118 (46.48% from 255) = 45.21%

 GREEN value IS 107 (42.19% from 255) = 41%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 45.21%
G = 41%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766B24 (or 0x766B24) is known color: Olivetone. HEX triplet: 76, 6B and 24. RGB value is (118,107,36). Sum of RGB (Red+Green+Blue) = 118+107+36=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B24 is #8994DB. Grayscale: #666666. Windows color (decimal): -9016540 or 2386806. OLE color: 2386806.

HSL color Cylindrical-coordinate representation of color #766B24: hue angle of 51.95º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766B24 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 36 -
CMYK 0 0.09 0.69 0.54
HSL 51.95º 0.53% 0.3% -
HSV(B) 51.95º 0.69% 0.46% -
XYZ 13.05 14.49 3.78 -
YUV 102.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 118 107 36 0 0.09 0.69 0.54 51.95 0.53 0.3
Hex 76 6B 24 0 9 45 36 34 35 1E
Octal 166 153 44 0 11 105 66 64 65 36
Binary 1110110 1101011 100100 0 1001 1000101 110110 110100 110101 11110

Color Harmonies of #766B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B24

Black with #766B24

Text Example


Text Example

White with #766B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B24; }

 p { color: rgb(118,107,36); }

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

background-color css

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

 a { background-color: rgb(118,107,36); }

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

border-color css

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

 span { border-color: rgb(118,107,36); }

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