Html Css Color HEX #06320D Deep Fir

📋 copy color: '#06320D'

red 6 ◦ green 50 ◦ blue 13

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

Shades of Deep Fir #06320D

Tints of Deep Fir #06320D

RGB

 RED value IS 6 (2.73% from 255) = 8.7%

 GREEN value IS 50 (19.92% from 255) = 72.46%

 BLUE value IS 13 (5.47% from 255) = 18.84%

R = 8.7%
G = 72.46%
B = 18.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#06320D (or 0x06320D) is known color: Deep Fir. HEX triplet: 06, 32 and 0D. RGB value is (6,50,13). Sum of RGB (Red+Green+Blue) = 6+50+13=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #06320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320D is #F9CDF2. Grayscale: #202020. Windows color (decimal): -16371187 or 864774. OLE color: 864774.

HSL color Cylindrical-coordinate representation of color #06320D: hue angle of 129.55º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06320D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 13 -
CMYK 0.88 0 0.74 0.80
HSL 129.55º 0.79% 0.11% -
HSV(B) 129.55º 0.88% 0.2% -
XYZ 1.29 2.35 0.77 -
YUV 32.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 6 50 13 0.88 0 0.74 0.80 129.55 0.79 0.11
Hex 6 32 D 58 0 4A 50 82 4F B
Octal 6 62 15 130 0 112 120 202 117 13
Binary 110 110010 1101 1011000 0 1001010 1010000 10000010 1001111 1011

Color Harmonies of #06320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06320D

Black with #06320D

Text Example


Text Example

White with #06320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06320D; }

 p { color: rgb(6,50,13); }

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

background-color css

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

 a { background-color: rgb(6,50,13); }

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

border-color css

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

 span { border-color: rgb(6,50,13); }

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