Html Css Color HEX #6B6450 Crocodile

📋 copy color: '#6B6450'

red 107 ◦ green 100 ◦ blue 80

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

Shades of Crocodile #6B6450

Tints of Crocodile #6B6450

RGB

 RED value IS 107 (42.19% from 255) = 37.28%

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

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

R = 37.28%
G = 34.84%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B6450 (or 0x6B6450) is known color: Crocodile. HEX triplet: 6B, 64 and 50. RGB value is (107,100,80). Sum of RGB (Red+Green+Blue) = 107+100+80=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6450 is #949BAF. Grayscale: #636363. Windows color (decimal): -9739184 or 5268587. OLE color: 5268587.

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

Color convert

RGB 107 100 80 -
CMYK 0 0.07 0.25 0.58
HSL 44.44º 0.14% 0.37% -
HSV(B) 44.44º 0.25% 0.42% -
XYZ 12.07 12.82 9.43 -
YUV 99.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 107 100 80 0 0.07 0.25 0.58 44.44 0.14 0.37
Hex 6B 64 50 0 7 19 3A 2C E 25
Octal 153 144 120 0 7 31 72 54 16 45
Binary 1101011 1100100 1010000 0 111 11001 111010 101100 1110 100101

Color Harmonies of #6B6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6450

Black with #6B6450

Text Example


Text Example

White with #6B6450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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