Html Css Color HEX #75614C Pine Cone

📋 copy color: '#75614C'

red 117 ◦ green 97 ◦ blue 76

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

Shades of Pine Cone #75614C

Tints of Pine Cone #75614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 76 (30.08% from 255) = 26.21%

R = 40.34%
G = 33.45%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75614C (or 0x75614C) is known color: Pine Cone. HEX triplet: 75, 61 and 4C. RGB value is (117,97,76). Sum of RGB (Red+Green+Blue) = 117+97+76=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75614C is #8A9EB3. Grayscale: #646464. Windows color (decimal): -9084596 or 5005685. OLE color: 5005685.

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

Color convert

RGB 117 97 76 -
CMYK 0 0.17 0.35 0.54
HSL 30.73º 0.21% 0.38% -
HSV(B) 30.73º 0.35% 0.46% -
XYZ 12.92 12.85 8.64 -
YUV 100.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 117 97 76 0 0.17 0.35 0.54 30.73 0.21 0.38
Hex 75 61 4C 0 11 23 36 1F 15 26
Octal 165 141 114 0 21 43 66 37 25 46
Binary 1110101 1100001 1001100 0 10001 100011 110110 11111 10101 100110

Color Harmonies of #75614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75614C

Black with #75614C

Text Example


Text Example

White with #75614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,97,76); }

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

background-color css

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

 a { background-color: rgb(117,97,76); }

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

border-color css

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

 span { border-color: rgb(117,97,76); }

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