Html Css Color HEX #75663D Yellow Metal

📋 copy color: '#75663D'

red 117 ◦ green 102 ◦ blue 61

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

Shades of Yellow Metal #75663D

Tints of Yellow Metal #75663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 41.79%
G = 36.43%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75663D (or 0x75663D) is known color: Yellow Metal. HEX triplet: 75, 66 and 3D. RGB value is (117,102,61). Sum of RGB (Red+Green+Blue) = 117+102+61=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75663D is #8A99C2. Grayscale: #656565. Windows color (decimal): -9083331 or 4023925. OLE color: 4023925.

HSL color Cylindrical-coordinate representation of color #75663D: hue angle of 43.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75663D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 61 -
CMYK 0 0.13 0.48 0.54
HSL 43.93º 0.31% 0.35% -
HSV(B) 43.93º 0.48% 0.46% -
XYZ 12.93 13.62 6.36 -
YUV 101.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 117 102 61 0 0.13 0.48 0.54 43.93 0.31 0.35
Hex 75 66 3D 0 D 30 36 2C 1F 23
Octal 165 146 75 0 15 60 66 54 37 43
Binary 1110101 1100110 111101 0 1101 110000 110110 101100 11111 100011

Color Harmonies of #75663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75663D

Black with #75663D

Text Example


Text Example

White with #75663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75663D; }

 p { color: rgb(117,102,61); }

 H1.HeaderClassName
 {
   color: #75663D;
 }
 .AnyTagClassName
 {
   color: #75663D;
 }
</style>

background-color css

<style>
 a { background-color: #75663D; }

 a { background-color: rgb(117,102,61); }

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

border-color css

<style>
 span { border-color: #75663D; }

 span { border-color: rgb(117,102,61); }

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