Html Css Color HEX #6B6461 Dorado

📋 copy color: '#6B6461'

red 107 ◦ green 100 ◦ blue 97

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

Shades of Dorado #6B6461

Tints of Dorado #6B6461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 35.2%
G = 32.89%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B6461 (or 0x6B6461) is known color: Dorado. HEX triplet: 6B, 64 and 61. RGB value is (107,100,97). Sum of RGB (Red+Green+Blue) = 107+100+97=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6461 is #949B9E. Grayscale: #656565. Windows color (decimal): -9739167 or 6382699. OLE color: 6382699.

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

Color convert

RGB 107 100 97 -
CMYK 0 0.07 0.09 0.58
HSL 18º 0.05% 0.4% -
HSV(B) 18º 0.09% 0.42% -
XYZ 12.78 13.1 13.16 -
YUV 101.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 107 100 97 0 0.07 0.09 0.58 18 0.05 0.4
Hex 6B 64 61 0 7 9 3A 12 5 28
Octal 153 144 141 0 7 11 72 22 5 50
Binary 1101011 1100100 1100001 0 111 1001 111010 10010 101 101000

Color Harmonies of #6B6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6461

Black with #6B6461

Text Example


Text Example

White with #6B6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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