Html Css Color HEX #6B625D Dorado

📋 copy color: '#6B625D'

red 107 ◦ green 98 ◦ blue 93

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

Shades of Dorado #6B625D

Tints of Dorado #6B625D

RGB

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

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

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

R = 35.91%
G = 32.89%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B625D (or 0x6B625D) is known color: Dorado. HEX triplet: 6B, 62 and 5D. RGB value is (107,98,93). Sum of RGB (Red+Green+Blue) = 107+98+93=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B625D is #949DA2. Grayscale: #646464. Windows color (decimal): -9739683 or 6120043. OLE color: 6120043.

HSL color Cylindrical-coordinate representation of color #6B625D: hue angle of 21.43º 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 #6B625D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 98 93 -
CMYK 0 0.08 0.13 0.58
HSL 21.43º 0.07% 0.39% -
HSV(B) 21.43º 0.13% 0.42% -
XYZ 12.41 12.65 12.14 -
YUV 100.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 107 98 93 0 0.08 0.13 0.58 21.43 0.07 0.39
Hex 6B 62 5D 0 8 D 3A 15 7 27
Octal 153 142 135 0 10 15 72 25 7 47
Binary 1101011 1100010 1011101 0 1000 1101 111010 10101 111 100111

Color Harmonies of #6B625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B625D

Black with #6B625D

Text Example


Text Example

White with #6B625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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