Html Css Color HEX #686354 Crocodile

📋 copy color: '#686354'

red 104 ◦ green 99 ◦ blue 84

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

Shades of Crocodile #686354

Tints of Crocodile #686354

RGB

 RED value IS 104 (41.02% from 255) = 36.24%

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 36.24%
G = 34.49%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#686354 (or 0x686354) is known color: Crocodile. HEX triplet: 68, 63 and 54. RGB value is (104,99,84). Sum of RGB (Red+Green+Blue) = 104+99+84=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #686354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686354 is #979CAB. Grayscale: #626262. Windows color (decimal): -9936044 or 5530472. OLE color: 5530472.

HSL color Cylindrical-coordinate representation of color #686354: hue angle of 45º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686354 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 99 84 -
CMYK 0 0.05 0.19 0.59
HSL 45º 0.11% 0.37% -
HSV(B) 45º 0.19% 0.41% -
XYZ 11.77 12.51 10.18 -
YUV 98.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 104 99 84 0 0.05 0.19 0.59 45 0.11 0.37
Hex 68 63 54 0 5 13 3B 2D B 25
Octal 150 143 124 0 5 23 73 55 13 45
Binary 1101000 1100011 1010100 0 101 10011 111011 101101 1011 100101

Color Harmonies of #686354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686354

Black with #686354

Text Example


Text Example

White with #686354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686354; }

 p { color: rgb(104,99,84); }

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

background-color css

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

 a { background-color: rgb(104,99,84); }

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

border-color css

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

 span { border-color: rgb(104,99,84); }

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