Html Css Color HEX #686250 Crocodile

📋 copy color: '#686250'

red 104 ◦ green 98 ◦ blue 80

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

Shades of Crocodile #686250

Tints of Crocodile #686250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 36.88%
G = 34.75%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#686250 (or 0x686250) is known color: Crocodile. HEX triplet: 68, 62 and 50. RGB value is (104,98,80). Sum of RGB (Red+Green+Blue) = 104+98+80=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #686250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686250 is #979DAF. Grayscale: #616161. Windows color (decimal): -9936304 or 5268072. OLE color: 5268072.

HSL color Cylindrical-coordinate representation of color #686250: hue angle of 45º 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 #686250 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 98 80 -
CMYK 0 0.06 0.23 0.59
HSL 45º 0.13% 0.36% -
HSV(B) 45º 0.23% 0.41% -
XYZ 11.52 12.26 9.35 -
YUV 97.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 104 98 80 0 0.06 0.23 0.59 45 0.13 0.36
Hex 68 62 50 0 6 17 3B 2D D 24
Octal 150 142 120 0 6 27 73 55 15 44
Binary 1101000 1100010 1010000 0 110 10111 111011 101101 1101 100100

Color Harmonies of #686250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686250

Black with #686250

Text Example


Text Example

White with #686250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686250; }

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

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

background-color css

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

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

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

border-color css

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

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

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