Html Css Color HEX #65716B Sirocco

📋 copy color: '#65716B'

red 101 ◦ green 113 ◦ blue 107

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

Shades of Sirocco #65716B

Tints of Sirocco #65716B

RGB

 RED value IS 101 (39.84% from 255) = 31.46%

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 31.46%
G = 35.2%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#65716B (or 0x65716B) is known color: Sirocco. HEX triplet: 65, 71 and 6B. RGB value is (101,113,107). Sum of RGB (Red+Green+Blue) = 101+113+107=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #65716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65716B is #9A8E94. Grayscale: #6C6C6C. Windows color (decimal): -10129045 or 7041381. OLE color: 7041381.

HSL color Cylindrical-coordinate representation of color #65716B: hue angle of 150º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65716B is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 113 107 -
CMYK 0.11 0 0.05 0.56
HSL 150º 0.06% 0.42% -
HSV(B) 150º 0.11% 0.44% -
XYZ 13.93 15.64 16.19 -
YUV 108.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 101 113 107 0.11 0 0.05 0.56 150 0.06 0.42
Hex 65 71 6B B 0 5 38 96 6 2A
Octal 145 161 153 13 0 5 70 226 6 52
Binary 1100101 1110001 1101011 1011 0 101 111000 10010110 110 101010

Color Harmonies of #65716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65716B

Black with #65716B

Text Example


Text Example

White with #65716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,113,107); }

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

background-color css

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

 a { background-color: rgb(101,113,107); }

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

border-color css

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

 span { border-color: rgb(101,113,107); }

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