Html Css Color HEX #63381F Carnaby Tan

📋 copy color: '#63381F'

red 99 ◦ green 56 ◦ blue 31

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

Shades of Carnaby Tan #63381F

Tints of Carnaby Tan #63381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 53.23%
G = 30.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63381F (or 0x63381F) is known color: Carnaby Tan. HEX triplet: 63, 38 and 1F. RGB value is (99,56,31). Sum of RGB (Red+Green+Blue) = 99+56+31=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63381F is #9CC7E0. Grayscale: #424242. Windows color (decimal): -10274785 or 2046051. OLE color: 2046051.

HSL color Cylindrical-coordinate representation of color #63381F: hue angle of 22.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63381F is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 56 31 -
CMYK 0 0.43 0.69 0.61
HSL 22.06º 0.52% 0.25% -
HSV(B) 22.06º 0.69% 0.39% -
XYZ 6.81 5.58 2.01 -
YUV 66.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 99 56 31 0 0.43 0.69 0.61 22.06 0.52 0.25
Hex 63 38 1F 0 2B 45 3D 16 34 19
Octal 143 70 37 0 53 105 75 26 64 31
Binary 1100011 111000 11111 0 101011 1000101 111101 10110 110100 11001

Color Harmonies of #63381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63381F

Black with #63381F

Text Example


Text Example

White with #63381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,56,31); }

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

background-color css

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

 a { background-color: rgb(99,56,31); }

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

border-color css

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

 span { border-color: rgb(99,56,31); }

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