Html Css Color HEX #6B6765 Dorado

📋 copy color: '#6B6765'

red 107 ◦ green 103 ◦ blue 101

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

Shades of Dorado #6B6765

Tints of Dorado #6B6765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 34.41%
G = 33.12%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B6765 (or 0x6B6765) is known color: Dorado. HEX triplet: 6B, 67 and 65. RGB value is (107,103,101). Sum of RGB (Red+Green+Blue) = 107+103+101=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6765 is #94989A. Grayscale: #676767. Windows color (decimal): -9738395 or 6645611. OLE color: 6645611.

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

Color convert

RGB 107 103 101 -
CMYK 0 0.04 0.06 0.58
HSL 20º 0.03% 0.41% -
HSV(B) 20º 0.06% 0.42% -
XYZ 13.26 13.77 14.27 -
YUV 103.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 107 103 101 0 0.04 0.06 0.58 20 0.03 0.41
Hex 6B 67 65 0 4 6 3A 14 3 29
Octal 153 147 145 0 4 6 72 24 3 51
Binary 1101011 1100111 1100101 0 100 110 111010 10100 11 101001

Color Harmonies of #6B6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6765

Black with #6B6765

Text Example


Text Example

White with #6B6765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,101); }

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

background-color css

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

 a { background-color: rgb(107,103,101); }

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

border-color css

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

 span { border-color: rgb(107,103,101); }

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