Html Css Color HEX #75670D Yukon Gold

📋 copy color: '#75670D'

red 117 ◦ green 103 ◦ blue 13

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

Shades of Yukon Gold #75670D

Tints of Yukon Gold #75670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 50.21%
G = 44.21%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75670D (or 0x75670D) is known color: Yukon Gold. HEX triplet: 75, 67 and 0D. RGB value is (117,103,13). Sum of RGB (Red+Green+Blue) = 117+103+13=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75670D is #8A98F2. Grayscale: #616161. Windows color (decimal): -9083123 or 878453. OLE color: 878453.

HSL color Cylindrical-coordinate representation of color #75670D: hue angle of 51.92º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75670D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 13 -
CMYK 0 0.12 0.89 0.54
HSL 51.92º 0.8% 0.25% -
HSV(B) 51.92º 0.89% 0.46% -
XYZ 12.26 13.51 2.34 -
YUV 96.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 117 103 13 0 0.12 0.89 0.54 51.92 0.8 0.25
Hex 75 67 D 0 C 59 36 34 50 19
Octal 165 147 15 0 14 131 66 64 120 31
Binary 1110101 1100111 1101 0 1100 1011001 110110 110100 1010000 11001

Color Harmonies of #75670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75670D

Black with #75670D

Text Example


Text Example

White with #75670D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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