Html Css Color HEX #6D635F Dorado

📋 copy color: '#6D635F'

red 109 ◦ green 99 ◦ blue 95

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

Shades of Dorado #6D635F

Tints of Dorado #6D635F

RGB

 RED value IS 109 (42.97% from 255) = 35.97%

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 35.97%
G = 32.67%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D635F (or 0x6D635F) is known color: Dorado. HEX triplet: 6D, 63 and 5F. RGB value is (109,99,95). Sum of RGB (Red+Green+Blue) = 109+99+95=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D635F is #929CA0. Grayscale: #656565. Windows color (decimal): -9608353 or 6251373. OLE color: 6251373.

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

Color convert

RGB 109 99 95 -
CMYK 0 0.09 0.13 0.57
HSL 17.14º 0.07% 0.4% -
HSV(B) 17.14º 0.13% 0.43% -
XYZ 12.83 13 12.66 -
YUV 101.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 109 99 95 0 0.09 0.13 0.57 17.14 0.07 0.4
Hex 6D 63 5F 0 9 D 39 11 7 28
Octal 155 143 137 0 11 15 71 21 7 50
Binary 1101101 1100011 1011111 0 1001 1101 111001 10001 111 101000

Color Harmonies of #6D635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D635F

Black with #6D635F

Text Example


Text Example

White with #6D635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,95); }

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

background-color css

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

 a { background-color: rgb(109,99,95); }

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

border-color css

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

 span { border-color: rgb(109,99,95); }

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