Html Css Color HEX #C68426 Geebung

📋 copy color: '#C68426'

red 198 ◦ green 132 ◦ blue 38

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

Shades of Geebung #C68426

Tints of Geebung #C68426

RGB

 RED value IS 198 (77.73% from 255) = 53.8%

 GREEN value IS 132 (51.95% from 255) = 35.87%

 BLUE value IS 38 (15.23% from 255) = 10.33%

R = 53.8%
G = 35.87%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C68426 (or 0xC68426) is known color: Geebung. HEX triplet: C6, 84 and 26. RGB value is (198,132,38). Sum of RGB (Red+Green+Blue) = 198+132+38=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C68426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68426 is #397BD9. Grayscale: #8D8D8D. Windows color (decimal): -3767258 or 2524358. OLE color: 2524358.

HSL color Cylindrical-coordinate representation of color #C68426: hue angle of 35.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68426 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 132 38 -
CMYK 0 0.33 0.81 0.22
HSL 35.25º 0.68% 0.46% -
HSV(B) 35.25º 0.81% 0.78% -
XYZ 31.89 28.65 5.68 -
YUV 141.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 198 132 38 0 0.33 0.81 0.22 35.25 0.68 0.46
Hex C6 84 26 0 21 51 16 23 44 2E
Octal 306 204 46 0 41 121 26 43 104 56
Binary 11000110 10000100 100110 0 100001 1010001 10110 100011 1000100 101110

Color Harmonies of #C68426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68426

Black with #C68426

Text Example


Text Example

White with #C68426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68426; }

 p { color: rgb(198,132,38); }

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

background-color css

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

 a { background-color: rgb(198,132,38); }

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

border-color css

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

 span { border-color: rgb(198,132,38); }

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