Html Css Color HEX #06430F Deep Fir

📋 copy color: '#06430F'

red 6 ◦ green 67 ◦ blue 15

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

Shades of Deep Fir #06430F

Tints of Deep Fir #06430F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 76.14%

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

R = 6.82%
G = 76.14%
B = 17.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#06430F (or 0x06430F) is known color: Deep Fir. HEX triplet: 06, 43 and 0F. RGB value is (6,67,15). Sum of RGB (Red+Green+Blue) = 6+67+15=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #06430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06430F is #F9BCF0. Grayscale: #2A2A2A. Windows color (decimal): -16366833 or 1000198. OLE color: 1000198.

HSL color Cylindrical-coordinate representation of color #06430F: hue angle of 128.85º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06430F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 15 -
CMYK 0.91 0 0.78 0.74
HSL 128.85º 0.84% 0.14% -
HSV(B) 128.85º 0.91% 0.26% -
XYZ 2.17 4.09 1.13 -
YUV 42.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 6 67 15 0.91 0 0.78 0.74 128.85 0.84 0.14
Hex 6 43 F 5B 0 4E 4A 81 54 E
Octal 6 103 17 133 0 116 112 201 124 16
Binary 110 1000011 1111 1011011 0 1001110 1001010 10000001 1010100 1110

Color Harmonies of #06430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06430F

Black with #06430F

Text Example


Text Example

White with #06430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,67,15); }

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

background-color css

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

 a { background-color: rgb(6,67,15); }

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

border-color css

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

 span { border-color: rgb(6,67,15); }

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