Html Css Color HEX #686453 Crocodile

📋 copy color: '#686453'

red 104 ◦ green 100 ◦ blue 83

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

Shades of Crocodile #686453

Tints of Crocodile #686453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.92%

R = 36.24%
G = 34.84%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#686453 (or 0x686453) is known color: Crocodile. HEX triplet: 68, 64 and 53. RGB value is (104,100,83). Sum of RGB (Red+Green+Blue) = 104+100+83=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #686453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686453 is #979BAC. Grayscale: #636363. Windows color (decimal): -9935789 or 5465192. OLE color: 5465192.

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

Color convert

RGB 104 100 83 -
CMYK 0 0.04 0.20 0.59
HSL 48.57º 0.11% 0.37% -
HSV(B) 48.57º 0.2% 0.41% -
XYZ 11.83 12.68 10.01 -
YUV 99.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 104 100 83 0 0.04 0.20 0.59 48.57 0.11 0.37
Hex 68 64 53 0 4 14 3B 31 B 25
Octal 150 144 123 0 4 24 73 61 13 45
Binary 1101000 1100100 1010011 0 100 10100 111011 110001 1011 100101

Color Harmonies of #686453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686453

Black with #686453

Text Example


Text Example

White with #686453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686453; }

 p { color: rgb(104,100,83); }

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

background-color css

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

 a { background-color: rgb(104,100,83); }

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

border-color css

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

 span { border-color: rgb(104,100,83); }

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