Html Css Color HEX #690D13 Pohutukawa

📋 copy color: '#690D13'

red 105 ◦ green 13 ◦ blue 19

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

Shades of Pohutukawa #690D13

Tints of Pohutukawa #690D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.49%

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 76.64%
G = 9.49%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#690D13 (or 0x690D13) is known color: Pohutukawa. HEX triplet: 69, 0D and 13. RGB value is (105,13,19). Sum of RGB (Red+Green+Blue) = 105+13+19=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #690D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690D13 is #96F2EC. Grayscale: #292929. Windows color (decimal): -9892589 or 1248617. OLE color: 1248617.

HSL color Cylindrical-coordinate representation of color #690D13: hue angle of 356.09º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D13 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 19 -
CMYK 0 0.88 0.82 0.59
HSL 356.09º 0.78% 0.23% -
HSV(B) 356.09º 0.88% 0.41% -
XYZ 6.09 3.34 0.94 -
YUV 41.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 105 13 19 0 0.88 0.82 0.59 356.09 0.78 0.23
Hex 69 D 13 0 58 52 3B 164 4E 17
Octal 151 15 23 0 130 122 73 544 116 27
Binary 1101001 1101 10011 0 1011000 1010010 111011 101100100 1001110 10111

Color Harmonies of #690D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D13

Black with #690D13

Text Example


Text Example

White with #690D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D13; }

 p { color: rgb(105,13,19); }

 H1.HeaderClassName
 {
   color: #690D13;
 }
 .AnyTagClassName
 {
   color: #690D13;
 }
</style>

background-color css

<style>
 a { background-color: #690D13; }

 a { background-color: rgb(105,13,19); }

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

border-color css

<style>
 span { border-color: #690D13; }

 span { border-color: rgb(105,13,19); }

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