Html Css Color HEX #06270B Deep Fir

📋 copy color: '#06270B'

red 6 ◦ green 39 ◦ blue 11

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

Shades of Deep Fir #06270B

Tints of Deep Fir #06270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 69.64%

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 10.71%
G = 69.64%
B = 19.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.85

RGB Variations

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

Color information

#06270B (or 0x06270B) is known color: Deep Fir. HEX triplet: 06, 27 and 0B. RGB value is (6,39,11). Sum of RGB (Red+Green+Blue) = 6+39+11=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #06270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06270B is #F9D8F4. Grayscale: #1A1A1A. Windows color (decimal): -16374005 or 730886. OLE color: 730886.

HSL color Cylindrical-coordinate representation of color #06270B: hue angle of 129.09º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06270B is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 39 11 -
CMYK 0.85 0 0.72 0.85
HSL 129.09º 0.73% 0.09% -
HSV(B) 129.09º 0.85% 0.15% -
XYZ 0.86 1.51 0.56 -
YUV 25.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 6 39 11 0.85 0 0.72 0.85 129.09 0.73 0.09
Hex 6 27 B 55 0 48 55 81 49 9
Octal 6 47 13 125 0 110 125 201 111 11
Binary 110 100111 1011 1010101 0 1001000 1010101 10000001 1001001 1001

Color Harmonies of #06270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06270B

Black with #06270B

Text Example


Text Example

White with #06270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06270B; }

 p { color: rgb(6,39,11); }

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

background-color css

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

 a { background-color: rgb(6,39,11); }

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

border-color css

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

 span { border-color: rgb(6,39,11); }

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