Html Css Color HEX #62826A Sirocco

📋 copy color: '#62826A'

red 98 ◦ green 130 ◦ blue 106

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

Shades of Sirocco #62826A

Tints of Sirocco #62826A

RGB

 RED value IS 98 (38.67% from 255) = 29.34%

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

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

R = 29.34%
G = 38.92%
B = 31.74%

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

#62826A (or 0x62826A) is known color: Sirocco. HEX triplet: 62, 82 and 6A. RGB value is (98,130,106). Sum of RGB (Red+Green+Blue) = 98+130+106=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #62826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62826A is #9D7D95. Grayscale: #757575. Windows color (decimal): -10321302 or 6980194. OLE color: 6980194.

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

Color convert

RGB 98 130 106 -
CMYK 0.25 0 0.18 0.49
HSL 135º 0.14% 0.45% -
HSV(B) 135º 0.25% 0.51% -
XYZ 15.62 19.6 16.6 -
YUV 117.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 98 130 106 0.25 0 0.18 0.49 135 0.14 0.45
Hex 62 82 6A 19 0 12 31 87 E 2D
Octal 142 202 152 31 0 22 61 207 16 55
Binary 1100010 10000010 1101010 11001 0 10010 110001 10000111 1110 101101

Color Harmonies of #62826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62826A

Black with #62826A

Text Example


Text Example

White with #62826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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