Html Css Color HEX #966B68 Copper Rose

📋 copy color: '#966B68'

red 150 ◦ green 107 ◦ blue 104

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

Shades of Copper Rose #966B68

Tints of Copper Rose #966B68

RGB

 RED value IS 150 (58.98% from 255) = 41.55%

 GREEN value IS 107 (42.19% from 255) = 29.64%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 41.55%
G = 29.64%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#966B68 (or 0x966B68) is known color: Copper Rose. HEX triplet: 96, 6B and 68. RGB value is (150,107,104). Sum of RGB (Red+Green+Blue) = 150+107+104=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #966B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B68 is #699497. Grayscale: #777777. Windows color (decimal): -6919320 or 6843286. OLE color: 6843286.

HSL color Cylindrical-coordinate representation of color #966B68: hue angle of 3.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966B68 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 107 104 -
CMYK 0 0.29 0.31 0.41
HSL 3.91º 0.18% 0.5% -
HSV(B) 3.91º 0.31% 0.59% -
XYZ 20.33 18 15.5 -
YUV 119.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 150 107 104 0 0.29 0.31 0.41 3.91 0.18 0.5
Hex 96 6B 68 0 1D 1F 29 4 12 32
Octal 226 153 150 0 35 37 51 4 22 62
Binary 10010110 1101011 1101000 0 11101 11111 101001 100 10010 110010

Color Harmonies of #966B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B68

Black with #966B68

Text Example


Text Example

White with #966B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966B68; }

 p { color: rgb(150,107,104); }

 H1.HeaderClassName
 {
   color: #966B68;
 }
 .AnyTagClassName
 {
   color: #966B68;
 }
</style>

background-color css

<style>
 a { background-color: #966B68; }

 a { background-color: rgb(150,107,104); }

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

border-color css

<style>
 span { border-color: #966B68; }

 span { border-color: rgb(150,107,104); }

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