Html Css Color HEX #634A0F Raw Umber

📋 copy color: '#634A0F'

red 99 ◦ green 74 ◦ blue 15

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

Shades of Raw Umber #634A0F

Tints of Raw Umber #634A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 52.66%
G = 39.36%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#634A0F (or 0x634A0F) is known color: Raw Umber. HEX triplet: 63, 4A and 0F. RGB value is (99,74,15). Sum of RGB (Red+Green+Blue) = 99+74+15=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #634A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A0F is #9CB5F0. Grayscale: #4B4B4B. Windows color (decimal): -10270193 or 1002083. OLE color: 1002083.

HSL color Cylindrical-coordinate representation of color #634A0F: hue angle of 42.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #634A0F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 15 -
CMYK 0 0.25 0.85 0.61
HSL 42.14º 0.74% 0.22% -
HSV(B) 42.14º 0.85% 0.39% -
XYZ 7.68 7.58 1.51 -
YUV 74.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 99 74 15 0 0.25 0.85 0.61 42.14 0.74 0.22
Hex 63 4A F 0 19 55 3D 2A 4A 16
Octal 143 112 17 0 31 125 75 52 112 26
Binary 1100011 1001010 1111 0 11001 1010101 111101 101010 1001010 10110

Color Harmonies of #634A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A0F

Black with #634A0F

Text Example


Text Example

White with #634A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634A0F; }

 p { color: rgb(99,74,15); }

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

background-color css

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

 a { background-color: rgb(99,74,15); }

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

border-color css

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

 span { border-color: rgb(99,74,15); }

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