Html Css Color HEX #75635A Dorado

📋 copy color: '#75635A'

red 117 ◦ green 99 ◦ blue 90

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

Shades of Dorado #75635A

Tints of Dorado #75635A

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

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

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 38.24%
G = 32.35%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75635A (or 0x75635A) is known color: Dorado. HEX triplet: 75, 63 and 5A. RGB value is (117,99,90). Sum of RGB (Red+Green+Blue) = 117+99+90=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75635A is #8A9CA5. Grayscale: #676767. Windows color (decimal): -9084070 or 5923701. OLE color: 5923701.

HSL color Cylindrical-coordinate representation of color #75635A: hue angle of 20º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75635A is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 90 -
CMYK 0 0.15 0.23 0.54
HSL 20º 0.13% 0.41% -
HSV(B) 20º 0.23% 0.46% -
XYZ 13.64 13.44 11.55 -
YUV 103.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 117 99 90 0 0.15 0.23 0.54 20 0.13 0.41
Hex 75 63 5A 0 F 17 36 14 D 29
Octal 165 143 132 0 17 27 66 24 15 51
Binary 1110101 1100011 1011010 0 1111 10111 110110 10100 1101 101001

Color Harmonies of #75635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75635A

Black with #75635A

Text Example


Text Example

White with #75635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75635A; }

 p { color: rgb(117,99,90); }

 H1.HeaderClassName
 {
   color: #75635A;
 }
 .AnyTagClassName
 {
   color: #75635A;
 }
</style>

background-color css

<style>
 a { background-color: #75635A; }

 a { background-color: rgb(117,99,90); }

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

border-color css

<style>
 span { border-color: #75635A; }

 span { border-color: rgb(117,99,90); }

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