Html Css Color HEX #666413 Fiji Green

📋 copy color: '#666413'

red 102 ◦ green 100 ◦ blue 19

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

Shades of Fiji Green #666413

Tints of Fiji Green #666413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

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

R = 46.15%
G = 45.25%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#666413 (or 0x666413) is known color: Fiji Green. HEX triplet: 66, 64 and 13. RGB value is (102,100,19). Sum of RGB (Red+Green+Blue) = 102+100+19=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #666413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666413 is #999BEC. Grayscale: #5B5B5B. Windows color (decimal): -10066925 or 1270886. OLE color: 1270886.

HSL color Cylindrical-coordinate representation of color #666413: hue angle of 58.55º 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 #666413 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 100 19 -
CMYK 0 0.02 0.81 0.6
HSL 58.55º 0.69% 0.24% -
HSV(B) 58.55º 0.81% 0.4% -
XYZ 10.15 11.99 2.39 -
YUV 91.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 102 100 19 0 0.02 0.81 0.6 58.55 0.69 0.24
Hex 66 64 13 0 2 51 3C 3B 45 18
Octal 146 144 23 0 2 121 74 73 105 30
Binary 1100110 1100100 10011 0 10 1010001 111100 111011 1000101 11000

Color Harmonies of #666413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666413

Black with #666413

Text Example


Text Example

White with #666413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666413; }

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

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

background-color css

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

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

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

border-color css

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

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

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