Html Css Color HEX #63450F Raw Umber

📋 copy color: '#63450F'

red 99 ◦ green 69 ◦ blue 15

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

Shades of Raw Umber #63450F

Tints of Raw Umber #63450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

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

R = 54.1%
G = 37.7%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63450F (or 0x63450F) is known color: Raw Umber. HEX triplet: 63, 45 and 0F. RGB value is (99,69,15). Sum of RGB (Red+Green+Blue) = 99+69+15=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63450F is #9CBAF0. Grayscale: #484848. Windows color (decimal): -10271473 or 1000803. OLE color: 1000803.

HSL color Cylindrical-coordinate representation of color #63450F: hue angle of 38.57º 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 #63450F is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 69 15 -
CMYK 0 0.30 0.85 0.61
HSL 38.57º 0.74% 0.22% -
HSV(B) 38.57º 0.85% 0.39% -
XYZ 7.36 6.94 1.4 -
YUV 71.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 99 69 15 0 0.30 0.85 0.61 38.57 0.74 0.22
Hex 63 45 F 0 1E 55 3D 27 4A 16
Octal 143 105 17 0 36 125 75 47 112 26
Binary 1100011 1000101 1111 0 11110 1010101 111101 100111 1001010 10110

Color Harmonies of #63450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63450F

Black with #63450F

Text Example


Text Example

White with #63450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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