Html Css Color HEX #635505 Raw Umber

📋 copy color: '#635505'

red 99 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #635505

Tints of Raw Umber #635505

RGB

 RED value IS 99 (39.06% from 255) = 52.38%

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 52.38%
G = 44.97%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#635505 (or 0x635505) is known color: Raw Umber. HEX triplet: 63, 55 and 05. RGB value is (99,85,5). Sum of RGB (Red+Green+Blue) = 99+85+5=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #635505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635505 is #9CAAFA. Grayscale: #505050. Windows color (decimal): -10267387 or 349539. OLE color: 349539.

HSL color Cylindrical-coordinate representation of color #635505: hue angle of 51.06º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #635505 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 5 -
CMYK 0 0.14 0.95 0.61
HSL 51.06º 0.9% 0.2% -
HSV(B) 51.06º 0.95% 0.39% -
XYZ 8.42 9.16 1.47 -
YUV 80.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 99 85 5 0 0.14 0.95 0.61 51.06 0.9 0.2
Hex 63 55 5 0 E 5F 3D 33 5A 14
Octal 143 125 5 0 16 137 75 63 132 24
Binary 1100011 1010101 101 0 1110 1011111 111101 110011 1011010 10100

Color Harmonies of #635505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635505

Black with #635505

Text Example


Text Example

White with #635505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635505; }

 p { color: rgb(99,85,5); }

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

background-color css

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

 a { background-color: rgb(99,85,5); }

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

border-color css

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

 span { border-color: rgb(99,85,5); }

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