Html Css Color HEX #999C67 Avocado

📋 copy color: '#999C67'

red 153 ◦ green 156 ◦ blue 103

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

Shades of Avocado #999C67

Tints of Avocado #999C67

RGB

 RED value IS 153 (60.16% from 255) = 37.14%

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 103 (40.63% from 255) = 25%

R = 37.14%
G = 37.86%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#999C67 (or 0x999C67) is known color: Avocado. HEX triplet: 99, 9C and 67. RGB value is (153,156,103). Sum of RGB (Red+Green+Blue) = 153+156+103=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #999C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C67 is #666398. Grayscale: #959595. Windows color (decimal): -6710169 or 6790297. OLE color: 6790297.

HSL color Cylindrical-coordinate representation of color #999C67: hue angle of 63.4º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999C67 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 103 -
CMYK 0.02 0 0.34 0.39
HSL 63.4º 0.21% 0.51% -
HSV(B) 63.4º 0.34% 0.61% -
XYZ 27.47 31.53 17.47 -
YUV 149.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 153 156 103 0.02 0 0.34 0.39 63.4 0.21 0.51
Hex 99 9C 67 2 0 22 27 3F 15 33
Octal 231 234 147 2 0 42 47 77 25 63
Binary 10011001 10011100 1100111 10 0 100010 100111 111111 10101 110011

Color Harmonies of #999C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C67

Black with #999C67

Text Example


Text Example

White with #999C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C67; }

 p { color: rgb(153,156,103); }

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

background-color css

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

 a { background-color: rgb(153,156,103); }

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

border-color css

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

 span { border-color: rgb(153,156,103); }

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