Html Css Color HEX #65716A Sirocco

📋 copy color: '#65716A'

red 101 ◦ green 113 ◦ blue 106

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

Shades of Sirocco #65716A

Tints of Sirocco #65716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 31.56%
G = 35.31%
B = 33.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#65716A (or 0x65716A) is known color: Sirocco. HEX triplet: 65, 71 and 6A. RGB value is (101,113,106). Sum of RGB (Red+Green+Blue) = 101+113+106=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #65716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65716A is #9A8E95. Grayscale: #6C6C6C. Windows color (decimal): -10129046 or 6975845. OLE color: 6975845.

HSL color Cylindrical-coordinate representation of color #65716A: hue angle of 145º 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 #65716A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 113 106 -
CMYK 0.11 0 0.06 0.56
HSL 145º 0.06% 0.42% -
HSV(B) 145º 0.11% 0.44% -
XYZ 13.87 15.62 15.92 -
YUV 108.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 101 113 106 0.11 0 0.06 0.56 145 0.06 0.42
Hex 65 71 6A B 0 6 38 91 6 2A
Octal 145 161 152 13 0 6 70 221 6 52
Binary 1100101 1110001 1101010 1011 0 110 111000 10010001 110 101010

Color Harmonies of #65716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65716A

Black with #65716A

Text Example


Text Example

White with #65716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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