Html Css Color HEX #06380E Deep Fir

📋 copy color: '#06380E'

red 6 ◦ green 56 ◦ blue 14

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

Shades of Deep Fir #06380E

Tints of Deep Fir #06380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.42%

R = 7.89%
G = 73.68%
B = 18.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#06380E (or 0x06380E) is known color: Deep Fir. HEX triplet: 06, 38 and 0E. RGB value is (6,56,14). Sum of RGB (Red+Green+Blue) = 6+56+14=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 56 (22.27% from 255 or 73.68% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 56 - color contains mainly: green. Hex color #06380E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06380E is #F9C7F1. Grayscale: #242424. Windows color (decimal): -16369650 or 931846. OLE color: 931846.

HSL color Cylindrical-coordinate representation of color #06380E: hue angle of 129.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06380E is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 56 14 -
CMYK 0.89 0 0.75 0.78
HSL 129.6º 0.81% 0.12% -
HSV(B) 129.6º 0.89% 0.22% -
XYZ 1.57 2.9 0.89 -
YUV 36.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 6 56 14 0.89 0 0.75 0.78 129.6 0.81 0.12
Hex 6 38 E 59 0 4B 4E 82 51 C
Octal 6 70 16 131 0 113 116 202 121 14
Binary 110 111000 1110 1011001 0 1001011 1001110 10000010 1010001 1100

Color Harmonies of #06380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06380E

Black with #06380E

Text Example


Text Example

White with #06380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06380E; }

 p { color: rgb(6,56,14); }

 H1.HeaderClassName
 {
   color: #06380E;
 }
 .AnyTagClassName
 {
   color: #06380E;
 }
</style>

background-color css

<style>
 a { background-color: #06380E; }

 a { background-color: rgb(6,56,14); }

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

border-color css

<style>
 span { border-color: #06380E; }

 span { border-color: rgb(6,56,14); }

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