Html Css Color HEX #69090C Pohutukawa

📋 copy color: '#69090C'

red 105 ◦ green 9 ◦ blue 12

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

Shades of Pohutukawa #69090C

Tints of Pohutukawa #69090C

RGB

 RED value IS 105 (41.41% from 255) = 83.33%

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

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 83.33%
G = 7.14%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69090C (or 0x69090C) is known color: Pohutukawa. HEX triplet: 69, 09 and 0C. RGB value is (105,9,12). Sum of RGB (Red+Green+Blue) = 105+9+12=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #69090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69090C is #96F6F3. Grayscale: #262626. Windows color (decimal): -9893620 or 788841. OLE color: 788841.

HSL color Cylindrical-coordinate representation of color #69090C: hue angle of 358.12º 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 #69090C is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 12 -
CMYK 0 0.91 0.89 0.59
HSL 358.13º 0.84% 0.22% -
HSV(B) 358.13º 0.91% 0.41% -
XYZ 5.99 3.23 0.65 -
YUV 38.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 105 9 12 0 0.91 0.89 0.59 358.13 0.84 0.22
Hex 69 9 C 0 5B 59 3B 166 54 16
Octal 151 11 14 0 133 131 73 546 124 26
Binary 1101001 1001 1100 0 1011011 1011001 111011 101100110 1010100 10110

Color Harmonies of #69090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69090C

Black with #69090C

Text Example


Text Example

White with #69090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69090C; }

 p { color: rgb(105,9,12); }

 H1.HeaderClassName
 {
   color: #69090C;
 }
 .AnyTagClassName
 {
   color: #69090C;
 }
</style>

background-color css

<style>
 a { background-color: #69090C; }

 a { background-color: rgb(105,9,12); }

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

border-color css

<style>
 span { border-color: #69090C; }

 span { border-color: rgb(105,9,12); }

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