Html Css Color HEX #6B615C Dorado

📋 copy color: '#6B615C'

red 107 ◦ green 97 ◦ blue 92

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

Shades of Dorado #6B615C

Tints of Dorado #6B615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 36.15%
G = 32.77%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B615C (or 0x6B615C) is known color: Dorado. HEX triplet: 6B, 61 and 5C. RGB value is (107,97,92). Sum of RGB (Red+Green+Blue) = 107+97+92=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B615C is #949EA3. Grayscale: #636363. Windows color (decimal): -9739940 or 6054251. OLE color: 6054251.

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

Color convert

RGB 107 97 92 -
CMYK 0 0.09 0.14 0.58
HSL 20º 0.08% 0.39% -
HSV(B) 20º 0.14% 0.42% -
XYZ 12.27 12.45 11.88 -
YUV 99.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 107 97 92 0 0.09 0.14 0.58 20 0.08 0.39
Hex 6B 61 5C 0 9 E 3A 14 8 27
Octal 153 141 134 0 11 16 72 24 10 47
Binary 1101011 1100001 1011100 0 1001 1110 111010 10100 1000 100111

Color Harmonies of #6B615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B615C

Black with #6B615C

Text Example


Text Example

White with #6B615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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