Html Css Color HEX #61826B Sirocco

📋 copy color: '#61826B'

red 97 ◦ green 130 ◦ blue 107

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

Shades of Sirocco #61826B

Tints of Sirocco #61826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 29.04%
G = 38.92%
B = 32.04%

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

#61826B (or 0x61826B) is known color: Sirocco. HEX triplet: 61, 82 and 6B. RGB value is (97,130,107). Sum of RGB (Red+Green+Blue) = 97+130+107=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #61826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61826B is #9E7D94. Grayscale: #757575. Windows color (decimal): -10386837 or 7045729. OLE color: 7045729.

HSL color Cylindrical-coordinate representation of color #61826B: hue angle of 138.18º 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 #61826B is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 107 -
CMYK 0.25 0 0.18 0.49
HSL 138.18º 0.15% 0.45% -
HSV(B) 138.18º 0.25% 0.51% -
XYZ 15.57 19.57 16.87 -
YUV 117.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 97 130 107 0.25 0 0.18 0.49 138.18 0.15 0.45
Hex 61 82 6B 19 0 12 31 8A F 2D
Octal 141 202 153 31 0 22 61 212 17 55
Binary 1100001 10000010 1101011 11001 0 10010 110001 10001010 1111 101101

Color Harmonies of #61826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61826B

Black with #61826B

Text Example


Text Example

White with #61826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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