Html Css Color HEX #67806E Sirocco

📋 copy color: '#67806E'

red 103 ◦ green 128 ◦ blue 110

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

Shades of Sirocco #67806E

Tints of Sirocco #67806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 30.21%
G = 37.54%
B = 32.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#67806E (or 0x67806E) is known color: Sirocco. HEX triplet: 67, 80 and 6E. RGB value is (103,128,110). Sum of RGB (Red+Green+Blue) = 103+128+110=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #67806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67806E is #987F91. Grayscale: #767676. Windows color (decimal): -9994130 or 7241831. OLE color: 7241831.

HSL color Cylindrical-coordinate representation of color #67806E: hue angle of 136.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67806E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 128 110 -
CMYK 0.20 0 0.14 0.50
HSL 136.8º 0.11% 0.45% -
HSV(B) 136.8º 0.2% 0.5% -
XYZ 16.13 19.45 17.66 -
YUV 118.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 103 128 110 0.20 0 0.14 0.50 136.8 0.11 0.45
Hex 67 80 6E 14 0 E 32 89 B 2D
Octal 147 200 156 24 0 16 62 211 13 55
Binary 1100111 10000000 1101110 10100 0 1110 110010 10001001 1011 101101

Color Harmonies of #67806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67806E

Black with #67806E

Text Example


Text Example

White with #67806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67806E; }

 p { color: rgb(103,128,110); }

 H1.HeaderClassName
 {
   color: #67806E;
 }
 .AnyTagClassName
 {
   color: #67806E;
 }
</style>

background-color css

<style>
 a { background-color: #67806E; }

 a { background-color: rgb(103,128,110); }

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

border-color css

<style>
 span { border-color: #67806E; }

 span { border-color: rgb(103,128,110); }

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