Html Css Color HEX #68091F Pohutukawa

📋 copy color: '#68091F'

red 104 ◦ green 9 ◦ blue 31

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

Shades of Pohutukawa #68091F

Tints of Pohutukawa #68091F

RGB

 RED value IS 104 (41.02% from 255) = 72.22%

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 72.22%
G = 6.25%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68091F (or 0x68091F) is known color: Pohutukawa. HEX triplet: 68, 09 and 1F. RGB value is (104,9,31). Sum of RGB (Red+Green+Blue) = 104+9+31=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #68091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091F is #97F6E0. Grayscale: #272727. Windows color (decimal): -9959137 or 2034024. OLE color: 2034024.

HSL color Cylindrical-coordinate representation of color #68091F: hue angle of 346.11º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68091F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 31 -
CMYK 0 0.91 0.70 0.59
HSL 346.11º 0.84% 0.22% -
HSV(B) 346.11º 0.91% 0.41% -
XYZ 6.05 3.24 1.6 -
YUV 39.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 104 9 31 0 0.91 0.70 0.59 346.11 0.84 0.22
Hex 68 9 1F 0 5B 46 3B 15A 54 16
Octal 150 11 37 0 133 106 73 532 124 26
Binary 1101000 1001 11111 0 1011011 1000110 111011 101011010 1010100 10110

Color Harmonies of #68091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68091F

Black with #68091F

Text Example


Text Example

White with #68091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,9,31); }

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

background-color css

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

 a { background-color: rgb(104,9,31); }

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

border-color css

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

 span { border-color: rgb(104,9,31); }

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