Html Css Color HEX #666513 Fiji Green

📋 copy color: '#666513'

red 102 ◦ green 101 ◦ blue 19

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

Shades of Fiji Green #666513

Tints of Fiji Green #666513

RGB

 RED value IS 102 (40.23% from 255) = 45.95%

 GREEN value IS 101 (39.84% from 255) = 45.5%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 45.95%
G = 45.5%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#666513 (or 0x666513) is known color: Fiji Green. HEX triplet: 66, 65 and 13. RGB value is (102,101,19). Sum of RGB (Red+Green+Blue) = 102+101+19=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #666513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666513 is #999AEC. Grayscale: #5C5C5C. Windows color (decimal): -10066669 or 1271142. OLE color: 1271142.

HSL color Cylindrical-coordinate representation of color #666513: hue angle of 59.28º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #666513 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 19 -
CMYK 0 0.01 0.81 0.6
HSL 59.28º 0.69% 0.24% -
HSV(B) 59.28º 0.81% 0.4% -
XYZ 10.25 12.18 2.43 -
YUV 91.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 102 101 19 0 0.01 0.81 0.6 59.28 0.69 0.24
Hex 66 65 13 0 1 51 3C 3B 45 18
Octal 146 145 23 0 1 121 74 73 105 30
Binary 1100110 1100101 10011 0 1 1010001 111100 111011 1000101 11000

Color Harmonies of #666513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666513

Black with #666513

Text Example


Text Example

White with #666513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666513; }

 p { color: rgb(102,101,19); }

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

background-color css

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

 a { background-color: rgb(102,101,19); }

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

border-color css

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

 span { border-color: rgb(102,101,19); }

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