Html Css Color HEX #75673C Yellow Metal

📋 copy color: '#75673C'

red 117 ◦ green 103 ◦ blue 60

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

Shades of Yellow Metal #75673C

Tints of Yellow Metal #75673C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 41.79%
G = 36.79%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75673C (or 0x75673C) is known color: Yellow Metal. HEX triplet: 75, 67 and 3C. RGB value is (117,103,60). Sum of RGB (Red+Green+Blue) = 117+103+60=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75673C is #8A98C3. Grayscale: #666666. Windows color (decimal): -9083076 or 3958645. OLE color: 3958645.

HSL color Cylindrical-coordinate representation of color #75673C: hue angle of 45.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75673C is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 60 -
CMYK 0 0.12 0.49 0.54
HSL 45.26º 0.32% 0.35% -
HSV(B) 45.26º 0.49% 0.46% -
XYZ 13 13.81 6.26 -
YUV 102.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 117 103 60 0 0.12 0.49 0.54 45.26 0.32 0.35
Hex 75 67 3C 0 C 31 36 2D 20 23
Octal 165 147 74 0 14 61 66 55 40 43
Binary 1110101 1100111 111100 0 1100 110001 110110 101101 100000 100011

Color Harmonies of #75673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75673C

Black with #75673C

Text Example


Text Example

White with #75673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75673C; }

 p { color: rgb(117,103,60); }

 H1.HeaderClassName
 {
   color: #75673C;
 }
 .AnyTagClassName
 {
   color: #75673C;
 }
</style>

background-color css

<style>
 a { background-color: #75673C; }

 a { background-color: rgb(117,103,60); }

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

border-color css

<style>
 span { border-color: #75673C; }

 span { border-color: rgb(117,103,60); }

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