Html Css Color HEX #6A6713 Fiji Green

📋 copy color: '#6A6713'

red 106 ◦ green 103 ◦ blue 19

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

Shades of Fiji Green #6A6713

Tints of Fiji Green #6A6713

RGB

 RED value IS 106 (41.8% from 255) = 46.49%

 GREEN value IS 103 (40.63% from 255) = 45.18%

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

R = 46.49%
G = 45.18%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6A6713 (or 0x6A6713) is known color: Fiji Green. HEX triplet: 6A, 67 and 13. RGB value is (106,103,19). Sum of RGB (Red+Green+Blue) = 106+103+19=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6713 is #9598EC. Grayscale: #5E5E5E. Windows color (decimal): -9804013 or 1271658. OLE color: 1271658.

HSL color Cylindrical-coordinate representation of color #6A6713: hue angle of 57.93º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A6713 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 103 19 -
CMYK 0 0.03 0.82 0.58
HSL 57.93º 0.7% 0.25% -
HSV(B) 57.93º 0.82% 0.42% -
XYZ 10.91 12.81 2.51 -
YUV 94.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 106 103 19 0 0.03 0.82 0.58 57.93 0.7 0.25
Hex 6A 67 13 0 3 52 3A 3A 46 19
Octal 152 147 23 0 3 122 72 72 106 31
Binary 1101010 1100111 10011 0 11 1010010 111010 111010 1000110 11001

Color Harmonies of #6A6713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6713

Black with #6A6713

Text Example


Text Example

White with #6A6713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6713; }

 p { color: rgb(106,103,19); }

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

background-color css

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

 a { background-color: rgb(106,103,19); }

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

border-color css

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

 span { border-color: rgb(106,103,19); }

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