Html Css Color HEX #686450 Crocodile

📋 copy color: '#686450'

red 104 ◦ green 100 ◦ blue 80

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

Shades of Crocodile #686450

Tints of Crocodile #686450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 36.62%
G = 35.21%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#686450 (or 0x686450) is known color: Crocodile. HEX triplet: 68, 64 and 50. RGB value is (104,100,80). Sum of RGB (Red+Green+Blue) = 104+100+80=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #686450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686450 is #979BAF. Grayscale: #636363. Windows color (decimal): -9935792 or 5268584. OLE color: 5268584.

HSL color Cylindrical-coordinate representation of color #686450: hue angle of 50º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686450 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 80 -
CMYK 0 0.04 0.23 0.59
HSL 50º 0.13% 0.36% -
HSV(B) 50º 0.23% 0.41% -
XYZ 11.71 12.64 9.41 -
YUV 98.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 104 100 80 0 0.04 0.23 0.59 50 0.13 0.36
Hex 68 64 50 0 4 17 3B 32 D 24
Octal 150 144 120 0 4 27 73 62 15 44
Binary 1101000 1100100 1010000 0 100 10111 111011 110010 1101 100100

Color Harmonies of #686450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686450

Black with #686450

Text Example


Text Example

White with #686450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686450; }

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

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

background-color css

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

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

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

border-color css

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

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

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