Html Css Color HEX #67716A Sirocco

📋 copy color: '#67716A'

red 103 ◦ green 113 ◦ blue 106

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

Shades of Sirocco #67716A

Tints of Sirocco #67716A

RGB

 RED value IS 103 (40.63% from 255) = 31.99%

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

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

R = 31.99%
G = 35.09%
B = 32.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#67716A (or 0x67716A) is known color: Sirocco. HEX triplet: 67, 71 and 6A. RGB value is (103,113,106). Sum of RGB (Red+Green+Blue) = 103+113+106=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #67716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67716A is #988E95. Grayscale: #6D6D6D. Windows color (decimal): -9997974 or 6975847. OLE color: 6975847.

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

Color convert

RGB 103 113 106 -
CMYK 0.09 0 0.06 0.56
HSL 138º 0.05% 0.42% -
HSV(B) 138º 0.09% 0.44% -
XYZ 14.1 15.73 15.93 -
YUV 109.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 103 113 106 0.09 0 0.06 0.56 138 0.05 0.42
Hex 67 71 6A 9 0 6 38 8A 5 2A
Octal 147 161 152 11 0 6 70 212 5 52
Binary 1100111 1110001 1101010 1001 0 110 111000 10001010 101 101010

Color Harmonies of #67716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67716A

Black with #67716A

Text Example


Text Example

White with #67716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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