Html Css Color HEX #75671B Yukon Gold

📋 copy color: '#75671B'

red 117 ◦ green 103 ◦ blue 27

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

Shades of Yukon Gold #75671B

Tints of Yukon Gold #75671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.93%

R = 47.37%
G = 41.7%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75671B (or 0x75671B) is known color: Yukon Gold. HEX triplet: 75, 67 and 1B. RGB value is (117,103,27). Sum of RGB (Red+Green+Blue) = 117+103+27=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75671B is #8A98E4. Grayscale: #626262. Windows color (decimal): -9083109 or 1795957. OLE color: 1795957.

HSL color Cylindrical-coordinate representation of color #75671B: hue angle of 50.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75671B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 27 -
CMYK 0 0.12 0.77 0.54
HSL 50.67º 0.63% 0.28% -
HSV(B) 50.67º 0.77% 0.46% -
XYZ 12.38 13.56 3 -
YUV 98.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 117 103 27 0 0.12 0.77 0.54 50.67 0.63 0.28
Hex 75 67 1B 0 C 4D 36 33 3E 1C
Octal 165 147 33 0 14 115 66 63 76 34
Binary 1110101 1100111 11011 0 1100 1001101 110110 110011 111110 11100

Color Harmonies of #75671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75671B

Black with #75671B

Text Example


Text Example

White with #75671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75671B; }

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

 H1.HeaderClassName
 {
   color: #75671B;
 }
 .AnyTagClassName
 {
   color: #75671B;
 }
</style>

background-color css

<style>
 a { background-color: #75671B; }

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

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

border-color css

<style>
 span { border-color: #75671B; }

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

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