Html Css Color HEX #766C1C Olivetone

📋 copy color: '#766C1C'

red 118 ◦ green 108 ◦ blue 28

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

Shades of Olivetone #766C1C

Tints of Olivetone #766C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

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

R = 46.46%
G = 42.52%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#766C1C (or 0x766C1C) is known color: Olivetone. HEX triplet: 76, 6C and 1C. RGB value is (118,108,28). Sum of RGB (Red+Green+Blue) = 118+108+28=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C1C is #8993E3. Grayscale: #666666. Windows color (decimal): -9016292 or 1862774. OLE color: 1862774.

HSL color Cylindrical-coordinate representation of color #766C1C: hue angle of 53.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #766C1C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 28 -
CMYK 0 0.08 0.76 0.54
HSL 53.33º 0.62% 0.29% -
HSV(B) 53.33º 0.76% 0.46% -
XYZ 13.04 14.66 3.24 -
YUV 101.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 118 108 28 0 0.08 0.76 0.54 53.33 0.62 0.29
Hex 76 6C 1C 0 8 4C 36 35 3E 1D
Octal 166 154 34 0 10 114 66 65 76 35
Binary 1110110 1101100 11100 0 1000 1001100 110110 110101 111110 11101

Color Harmonies of #766C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C1C

Black with #766C1C

Text Example


Text Example

White with #766C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,28); }

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

background-color css

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

 a { background-color: rgb(118,108,28); }

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

border-color css

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

 span { border-color: rgb(118,108,28); }

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