Html Css Color HEX #6B615D Dorado

📋 copy color: '#6B615D'

red 107 ◦ green 97 ◦ blue 93

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

Shades of Dorado #6B615D

Tints of Dorado #6B615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 36.03%
G = 32.66%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B615D (or 0x6B615D) is known color: Dorado. HEX triplet: 6B, 61 and 5D. RGB value is (107,97,93). Sum of RGB (Red+Green+Blue) = 107+97+93=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 107 - color contains mainly: red. Hex color #6B615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B615D is #949EA2. Grayscale: #636363. Windows color (decimal): -9739939 or 6119787. OLE color: 6119787.

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

Color convert

RGB 107 97 93 -
CMYK 0 0.09 0.13 0.58
HSL 17.14º 0.07% 0.39% -
HSV(B) 17.14º 0.13% 0.42% -
XYZ 12.31 12.47 12.11 -
YUV 99.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 107 97 93 0 0.09 0.13 0.58 17.14 0.07 0.39
Hex 6B 61 5D 0 9 D 3A 11 7 27
Octal 153 141 135 0 11 15 72 21 7 47
Binary 1101011 1100001 1011101 0 1001 1101 111010 10001 111 100111

Color Harmonies of #6B615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B615D

Black with #6B615D

Text Example


Text Example

White with #6B615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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