Html Css Color HEX #61826A Sirocco

📋 copy color: '#61826A'

red 97 ◦ green 130 ◦ blue 106

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

Shades of Sirocco #61826A

Tints of Sirocco #61826A

RGB

 RED value IS 97 (38.28% from 255) = 29.13%

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

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

R = 29.13%
G = 39.04%
B = 31.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#61826A (or 0x61826A) is known color: Sirocco. HEX triplet: 61, 82 and 6A. RGB value is (97,130,106). Sum of RGB (Red+Green+Blue) = 97+130+106=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #61826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61826A is #9E7D95. Grayscale: #757575. Windows color (decimal): -10386838 or 6980193. OLE color: 6980193.

HSL color Cylindrical-coordinate representation of color #61826A: hue angle of 136.36º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61826A is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 106 -
CMYK 0.25 0 0.18 0.49
HSL 136.36º 0.15% 0.45% -
HSV(B) 136.36º 0.25% 0.51% -
XYZ 15.51 19.55 16.59 -
YUV 117.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 97 130 106 0.25 0 0.18 0.49 136.36 0.15 0.45
Hex 61 82 6A 19 0 12 31 88 F 2D
Octal 141 202 152 31 0 22 61 210 17 55
Binary 1100001 10000010 1101010 11001 0 10010 110001 10001000 1111 101101

Color Harmonies of #61826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61826A

Black with #61826A

Text Example


Text Example

White with #61826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,130,106); }

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

background-color css

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

 a { background-color: rgb(97,130,106); }

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

border-color css

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

 span { border-color: rgb(97,130,106); }

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