Html Css Color HEX #6B635F Dorado

📋 copy color: '#6B635F'

red 107 ◦ green 99 ◦ blue 95

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

Shades of Dorado #6B635F

Tints of Dorado #6B635F

RGB

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

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

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

R = 35.55%
G = 32.89%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B635F (or 0x6B635F) is known color: Dorado. HEX triplet: 6B, 63 and 5F. RGB value is (107,99,95). Sum of RGB (Red+Green+Blue) = 107+99+95=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B635F is #949CA0. Grayscale: #646464. Windows color (decimal): -9739425 or 6251371. OLE color: 6251371.

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

Color convert

RGB 107 99 95 -
CMYK 0 0.07 0.11 0.58
HSL 20º 0.06% 0.4% -
HSV(B) 20º 0.11% 0.42% -
XYZ 12.59 12.88 12.65 -
YUV 100.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 107 99 95 0 0.07 0.11 0.58 20 0.06 0.4
Hex 6B 63 5F 0 7 B 3A 14 6 28
Octal 153 143 137 0 7 13 72 24 6 50
Binary 1101011 1100011 1011111 0 111 1011 111010 10100 110 101000

Color Harmonies of #6B635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B635F

Black with #6B635F

Text Example


Text Example

White with #6B635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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