Html Css Color HEX #678271 Sirocco

📋 copy color: '#678271'

red 103 ◦ green 130 ◦ blue 113

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

Shades of Sirocco #678271

Tints of Sirocco #678271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 29.77%
G = 37.57%
B = 32.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#678271 (or 0x678271) is known color: Sirocco. HEX triplet: 67, 82 and 71. RGB value is (103,130,113). Sum of RGB (Red+Green+Blue) = 103+130+113=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #678271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678271 is #987D8E. Grayscale: #787878. Windows color (decimal): -9993615 or 7438951. OLE color: 7438951.

HSL color Cylindrical-coordinate representation of color #678271: hue angle of 142.22º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678271 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 113 -
CMYK 0.21 0 0.13 0.49
HSL 142.22º 0.12% 0.46% -
HSV(B) 142.22º 0.21% 0.51% -
XYZ 16.56 20.04 18.62 -
YUV 119.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 103 130 113 0.21 0 0.13 0.49 142.22 0.12 0.46
Hex 67 82 71 15 0 D 31 8E C 2E
Octal 147 202 161 25 0 15 61 216 14 56
Binary 1100111 10000010 1110001 10101 0 1101 110001 10001110 1100 101110

Color Harmonies of #678271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678271

Black with #678271

Text Example


Text Example

White with #678271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678271; }

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

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

background-color css

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

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

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

border-color css

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

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

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